home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / docs / gas / all.tex next >
Encoding:
Text File  |  1994-12-17  |  1.4 KB  |  66 lines

  1. @c Copyright 1992, 1993 Free Software Foundation, Inc.
  2. @c This file is part of the documentation for the GAS manual
  3.  
  4. @c Configuration settings for all-inclusive version of manual
  5.  
  6. @c switches:------------------------------------------------------------
  7. @c Properties of the manual
  8. @c ========================
  9. @c Discuss all architectures?
  10. @set ALL-ARCH
  11. @c A generic form of manual (not tailored to specific target)?
  12. @set GENERIC
  13. @c Include text on assembler internals?
  14. @clear INTERNALS
  15. @c Many object formats supported in this config?
  16. @set MULTI-OBJ
  17.  
  18. @c Object formats of interest
  19. @c ==========================
  20. @set AOUT
  21. @set BOUT
  22. @set COFF
  23. @set ELF
  24. @set SOM
  25.  
  26. @c CPUs of interest
  27. @c ================
  28. @set A29K
  29. @set H8/300
  30. @set H8/500
  31. @set SH
  32. @set I80386
  33. @set I960
  34. @set MIPS
  35. @set M680X0
  36. @set Z8000
  37. @set SPARC
  38. @set VAX
  39. @set VXWORKS
  40. @set HPPA
  41.  
  42. @c Does this version of the assembler use the difference-table kluge?
  43. @set DIFF-TBL-KLUGE
  44.  
  45. @c Do all machines described use IEEE floating point?
  46. @clear IEEEFLOAT
  47.  
  48. @c Is a word 32 bits, or 16?
  49. @clear W32
  50. @set W16
  51.  
  52. @c Do symbols have different characters than usual?
  53. @clear SPECIAL-SYMS
  54.  
  55. @c strings:------------------------------------------------------------
  56. @c Name of the assembler:
  57. @set AS as
  58. @c Name of C compiler:
  59. @set GCC gcc
  60. @c Name of linker:
  61. @set LD ld
  62. @c Text for target machine (best not used in generic case; but just in case...)
  63. @set TARGET machine specific
  64. @c Name of object format NOT SET in generic version
  65. @clear OBJ-NAME
  66.